{
  "name": "Knight Cabal",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 4500,
      "name": "The Entrance",
      "exits": {
        "North": 4501,
        "South": 697
      }
    },
    {
      "id": 4501,
      "name": "Inside the Great Hall",
      "exits": {
        "North": 4504,
        "East": 4502,
        "South": 4500,
        "West": 4503
      }
    },
    {
      "id": 4502,
      "name": "Squire Barracks",
      "exits": {
        "West": 4501
      }
    },
    {
      "id": 4503,
      "name": "Storage Room",
      "exits": {
        "East": 4501
      }
    },
    {
      "id": 4504,
      "name": "The Altar",
      "exits": {
        "South": 4501
      }
    },
    {
      "id": 4510,
      "name": "The Arena",
      "exits": {
        "North": 4511,
        "South": 4515
      }
    },
    {
      "id": 4511,
      "name": "The Arena",
      "exits": {
        "North": 4515,
        "East": 4512,
        "South": 4510,
        "West": 4513
      }
    },
    {
      "id": 4512,
      "name": "",
      "exits": {
        "North": 4515,
        "South": 4510,
        "West": 4511
      }
    },
    {
      "id": 4513,
      "name": "",
      "exits": {
        "North": 4515,
        "East": 4511,
        "South": 4510
      }
    },
    {
      "id": 4515,
      "name": "",
      "exits": {
        "North": 4510,
        "East": 4512,
        "South": 4511,
        "West": 4513
      }
    },
    {
      "id": 697,
      "name": "To New Ofcol",
      "otherAreaExit": true,
      "exits": {
        "North": 4500,
        "Up": 18016,
        "Down": 696
      }
    }
  ]
}